Custom Commands
---------------------
0x200 onward are created specifically for use in RHMPatch or SpiceRack and don't exist in the original game.
---------------------
0x200 - Input detection (RHMPatch 1.3+) Does not count towards score. Detects only at the time of the tick.
0x200<0> B - Set condvar to 1 if button B is being pressed, 0 if not
0x200<1> - Set condvar to 1 if touchscreen is being tapped, 0 if not
0x200<2> B - Checks button/tap depending on Control settings
B = Button to check
0 - A
1 - B
2 - Select
3 - Start
4 - D-Pad (Right)
5 - D-Pad (Left)
6 - D-Pad (Up)
7 - D-Pad (Down)
8 - R
9 - L
10 - X
11 - Y

0x201 - Returns RHMPatch version into the condvar, as MAJOR * 0x100 + MINOR
Example: RHMPatch v1.3 -> 0x0103